Skip to content

[CI] Removed Redundant Warning Test #3079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

AlexandreSinger
Copy link
Contributor

Prior to the updates to the CI to make all regression tests warning clean, there was another warning test which was not as comprehensive as the tests we have now.

Since this test was superceded, removed it from the CI. The CMAKE param that enabled it was also used and replaced with a more comprehensive CMAKE option.

Prior to the updates to the CI to make all regression tests warning
clean, there was another warning test which was not as comprehensive as
the tests we have now.

Since this test was superceded, removed it from the CI. The CMAKE param
that enabled it was also used and replaced with a more comprehensive
CMAKE option.
@github-actions github-actions bot added VPR VPR FPGA Placement & Routing Tool Odin Odin II Logic Synthesis Tool: Unsorted item infra Project Infrastructure build Build system lang-make CMake/Make code labels May 22, 2025
Copy link
Contributor

@AmirhosseinPoolad AmirhosseinPoolad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just had a small question.

Comment on lines -236 to -237
# due to the pointer hackery in timing_driven_route_structs and BinaryHeap.heap_
"-Wno-error=free-nonheap-object"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this flag set anywhere else. I assume it's not needed anymore and was here just because of legacy reasons.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. The fact that we are no longer getting this warning anymore indicates that this was fixed at some point.

@AlexandreSinger AlexandreSinger merged commit 72ae2d6 into verilog-to-routing:master May 23, 2025
36 checks passed
@AlexandreSinger AlexandreSinger deleted the feature-ci-remove-duplicate-tests branch May 23, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system infra Project Infrastructure lang-make CMake/Make code Odin Odin II Logic Synthesis Tool: Unsorted item VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants